{"@odata.context":"../$metadata#SalesOrder('500000000')/_Item","@odata.metadataEtag":"W/\"20220218173523\"","value":[]}
Request Line
GET /sap/opu/odata4/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item?$filter=Grossamountintransaccurrency%20ge%201100%20and%20Transactioncurrency%20eq%20%27USD%27&sap-ds-debug=true HTTP/1.1
Request Header
NameValue
accept*/*
user-agentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
hostsapes5.sapdevcenter.com
Response Line
HTTP/1.1 200 OK
Response Header
NameValue
Content-Typeapplication/json;odata.metadata=minimal
OData-Version4.0
cache-controlno-cache, no-store, must-revalidate
Server Environment
NameValue
~request_lineGET /sap/opu/odata4/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item?$filter=Grossamountintransaccurrency%20ge%201100%20and%20Transactioncurrency%20eq%20%27USD%27&sap-ds-debug=true HTTP/1.1
~request_methodGET
~request_uri/sap/opu/odata4/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item?$filter=Grossamountintransaccurrency%20ge%201100%20and%20Transactioncurrency%20eq%20%27USD%27&sap-ds-debug=true
~path/sap/opu/odata4/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item
~path_translated/sap/opu/odata4/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item
~query_string$filter=Grossamountintransaccurrency%20ge%201100%20and%20Transactioncurrency%20eq%20%27USD%27&sap-ds-debug=true
~server_protocolHTTP/1.1
~server_namesapes5.sapdevcenter.com
~server_name_expandedsapes5.sapdevcenter.com
~server_port_expanded443
~remote_addr3.19.29.89
~uri_scheme_expandedHTTPS
~unidentified_path_segments/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item
~virtual_host_number0
~script_name/sap/opu/odata4
~path_info/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item
~script_name_expanded/sap/opu/odata4
~path_info_expanded/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item
~path_translated_expanded/sap/opu/odata4/sap/ze2e001/default/sap/ze2e001_salesorder/0001/SalesOrder('500000000')/_Item
~gui_header_handler_field/sap/opu/odata4
~script_segment_parameter
~server_infoes5host_ES5_10
URI information
{ "requestMethod" : "GET","resourcePath" : "SalesOrder('500000000')/_Item", "uriType" : 101,"entitySetInformation" : { "entitySetName": "SalesOrder","keyPredicate" : [ { "propertyName" : "Salesorder","propertyValue" : "500000000" }]},"propertyPath" : [ { "propertyKind": "navigation", "propertyName" : "_Item", "isCollection": true}] }
$filter information
$filter tree
{ "nodeType" : "binary" ,"operator" : "and" ,"type" : "Edm.Boolean" ,"left" : { "nodeType" : "binary" ,"operator" : "ge" ,"type" : "Edm.Boolean" ,"left" : { "nodeType" : "property" ,"name" : "Grossamountintransaccurrency" ,"type" : "Edm.Decimal" },"right" : { "nodeType" : "literal" ,"type" : "Edm.Decimal" ,"value" : "1100" } },"right" : { "nodeType" : "binary" ,"operator" : "eq" ,"type" : "Edm.Boolean" ,"left" : { "nodeType" : "property" ,"name" : "Transactioncurrency" ,"type" : "Edm.String" },"right" : { "nodeType" : "literal" ,"type" : "Edm.String" ,"value" : "USD" } } }